C#进度条实现源码
.
├── C#进度条实现源码.rar
└── PicExif
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── PicExif.csproj
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── bin
│ └── Debug
│ ├── DevExpress.Data.v18.2.dll
│ ├── DevExpress.Data.v18.2.xml
│ ├── DevExpress.Pdf.v18.2.Core.dll
│ ├── DevExpress.Pdf.v18.2.Core.xml
│ ├── DevExpress.Printing.v18.2.Core.dll
│ ├── DevExpress.Printing.v18.2.Core.xml
│ ├── DevExpress.Sparkline.v18.2.Core.dll
│ ├── DevExpress.Sparkline.v18.2.Core.xml
│ ├── DevExpress.Utils.v18.2.dll
│ ├── DevExpress.Utils.v18.2.xml
│ ├── DevExpress.XtraEditors.v18.2.dll
│ ├── DevExpress.XtraEditors.v18.2.xml
│ ├── MetadataExtractor.dll
│ ├── MetadataExtractor.xml
│ ├── PicExif.exe
│ ├── PicExif.exe.config
│ ├── PicExif.pdb
│ ├── WLib.WinCtrls.dll
│ ├── WLib.dll
│ ├── XmpCore.dll
│ ├── XmpCore.xml
│ ├── de
│ │ ├── DevExpress.Data.v18.2.resources.dll
│ │ ├── DevExpress.Pdf.v18.2.Core.resources.dll
│ │ ├── DevExpress.Printing.v18.2.Core.resources.dll
│ │ ├── DevExpress.Sparkline.v18.2.Core.resources.dll
│ │ ├── DevExpress.Utils.v18.2.resources.dll
│ │ └── DevExpress.XtraEditors.v18.2.resources.dll
│ ├── es
│ │ ├── DevExpress.Data.v18.2.resources.dll
│ │ ├── DevExpress.Pdf.v18.2.Core.resources.dll
│ │ ├── DevExpress.Printing.v18.2.Core.resources.dll
│ │ ├── DevExpress.Sparkline.v18.2.Core.resources.dll
│ │ ├── DevExpress.Utils.v18.2.resources.dll
│ │ └── DevExpress.XtraEditors.v18.2.resources.dll
│ ├── ja
│ │ ├── DevExpress.Data.v18.2.resources.dll
│ │ ├── DevExpress.Pdf.v18.2.Core.resources.dll
│ │ ├── DevExpress.Printing.v18.2.Core.resources.dll
│ │ ├── DevExpress.Sparkline.v18.2.Core.resources.dll
│ │ ├── DevExpress.Utils.v18.2.resources.dll
│ │ └── DevExpress.XtraEditors.v18.2.resources.dll
│ ├── ru
│ │ ├── DevExpress.Data.v18.2.resources.dll
│ │ ├── DevExpress.Pdf.v18.2.Core.resources.dll
│ │ ├── DevExpress.Printing.v18.2.Core.resources.dll
│ │ ├── DevExpress.Sparkline.v18.2.Core.resources.dll
│ │ ├── DevExpress.Utils.v18.2.resources.dll
│ │ └── DevExpress.XtraEditors.v18.2.resources.dll
│ └── zh-Hans
│ ├── DevExpress.Data.v18.2.resources.dll
│ ├── DevExpress.Pdf.v18.2.Core.resources.dll
│ ├── DevExpress.Printing.v18.2.Core.resources.dll
│ ├── DevExpress.Sparkline.v18.2.Core.resources.dll
│ ├── DevExpress.Utils.v18.2.resources.dll
│ └── DevExpress.XtraEditors.v18.2.resources.dll
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── PicExif.Form1.resources
│ ├── PicExif.Properties.Resources.resources
│ ├── PicExif.csproj.AssemblyReference.cache
│ ├── PicExif.csproj.CopyComplete
│ ├── PicExif.csproj.CoreCompileInputs.cache
│ ├── PicExif.csproj.FileListAbsolute.txt
│ ├── PicExif.csproj.GenerateResource.cache
│ ├── PicExif.csprojAssemblyReference.cache
│ ├── PicExif.exe
│ ├── PicExif.pdb
│ └── TempPE
└── 功能说明.txt
12 directories, 76 files
评论